예제 #1
0
 public int UpdateObject(TemplatesModel obj)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public int AddObject(TemplatesModel obj)
 {
     return db.Insert(obj) == true ? 1 : 0;
 }