Exemple #1
0
 public static User InitUser(int id)
 {
     Livingstone db = new Livingstone();
     return db.Users.Where(x => x.Id == id).FirstOrDefault();
 }