Beispiel #1
0
 public int Delete(int id)
 {
     return(DbUtil.Delete <T>(id, Cs));
 }
Beispiel #2
0
 public int Delete <T>(int id) where T : new()
 {
     return(DbUtil.Delete <T>(id, Cs));
 }