Esempio n. 1
0
 public void DeleteForm(string keyValue)
 {
     service.Delete(t => t.IGrowID == keyValue);
 }
Esempio n. 2
0
 public void DeleteForm(string keyValue)
 {
     service.Delete(t => t.F_Id == keyValue);
 }
 public static bool Delete(daily obj)
 {
     return(repository.Delete(obj));
 }