예제 #1
0
 public bool Update <T>(T entity) where T : BaseModel
 {
     return(_GenericDAL.Update <T>(entity));
 }