Beispiel #1
0
 //添加
 public int Add <T>(T t) where T : class, new()
 {
     return(dal.Add <T>(t));
 }