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