Пример #1
0
 internal IEnumerable <ContractorJobViewModel> GetJobsByListId(int id)
 {
     return(_repo.GetJobsByListId(id));
 }