Esempio n. 1
0
 public async Task <bool> DeleteById(object objId)
 {
     return(await baseDal.DeleteById(objId));
 }