示例#1
0
 public int Update(UserInfo t)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public int Add(UserInfo t)
 {
     db.UserInfo.Add(t);
     return db.SaveChanges();
 }