public CustomList <HouseKeepingValue> GetAllProject()
 {
     return(HouseKeepingValue.GetAllSingleEntity("spGetAllProject"));
 }
Exemplo n.º 2
0
 public CustomList <HouseKeepingValue> GetAllHeadType()
 {
     return(HouseKeepingValue.GetAllSingleEntity("spGetHeadType"));
 }