Interface NewsService
public interface NewsService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
newsDelete
(int id) newsGet
(int id) newsListForContract
(int contractId, Page page) newsSearch
(Page page) int
newsUpdate
(News news)