Beispiel #1
0
 public bool RegisterUser(Registration registration)
 {
     return(todoListRepository.RegisterUser(registration));
 }