コード例 #1
0
 public int Insert(T obj)
 {
     return(efGenericRepository.Insert(obj));
 }