예제 #1
0
 public Task <Technology> GetTechnology(int technologyId)
 {
     return(_repository.GetTechnology(technologyId));
 }