Beispiel #1
0
 public async Task <User> FindActiveById(string id)
 {
     return(await _repository.FindActiveById(id));
 }