Beispiel #1
0
 public List <NewsEntity> GetNotices(string deptid)
 {
     return(service.GetNotices(deptid));
 }