Example #1
0
 public T EditEntity <T>(T entity) where T : class, new()
 {
     return(dao.EditEntity <T>(entity));
 }