Пример #1
0
 public bool CreateAccount(User user)
 {
     return(_context.CreateAccount(user));
 }