public CustomList <HouseKeepingValue> GetAllHouseKeepingValue()
 {
     return(HouseKeepingValue.GetAllHouseKeepingValue());
 }
Example #2
0
 public CustomList <HouseKeepingValue> GetAllHouseKeepingValue(Int32 entityID)
 {
     return(HouseKeepingValue.GetAllHouseKeepingValue(entityID));
 }
 public CustomList <HouseKeepingValue> GetAllHouseKeepingValue(string entityKey)
 {
     return(HouseKeepingValue.GetAllHouseKeepingValue(entityKey));
 }
 public CustomList <HouseKeepingValue> GetAllHouseKeepingValue(string search, string blank)
 {
     return(HouseKeepingValue.GetAllHouseKeepingValue(search, blank));
 }