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