예제 #1
0
파일: BaseDAL.cs 프로젝트: plaiuZt/ctms-web
 public void Add <T>(T t) where T : class
 {
     dbContext.Add(t);
 }
예제 #2
0
 //public static DataType DbType = EnumHelper.StringConvertToEnum<DataType>(AppSettingsManager.Get("DbContexts:DbType"));
 public void Add(T t)
 {
     dbContext.Add(t);
 }