public CustomList <HouseKeepingValue> GetAllProject()
 {
     return(HouseKeepingValue.GetAllSingleEntity("spGetAllProject"));
 }
Пример #2
0
 public CustomList <HouseKeepingValue> GetAllHeadType()
 {
     return(HouseKeepingValue.GetAllSingleEntity("spGetHeadType"));
 }