Exemple #1
0
 // GET api/values
 public List <MyDBModels.DateWorkList> Get()
 {
     return(logic.logicMethodForGetListData());
 }