예제 #1
0
 public Task <Developer> GetDeveloperByEmail(string Email)
 {
     return(_developerRepository.GetDeveloperByEmail(Email));
 }