Example #1
0
 public int ChangeFirstLogin(string id)
 {
     return(db.ChangeFirstLogin(id));
 }