예제 #1
0
 public Task <List <Technology> > GetTechnologiesToShowInCv()
 {
     return(_repository.GetTechnologiesToShowInCv());
 }