예제 #1
0
 public bool Add(IUser user, string password) => _context.Create(user, password);