Пример #1
0
 internal IEnumerable <Contractor> GetContractorsByProfileId(string id)
 {
     return(_crepo.GetByProfileId(id));
 }