Пример #1
0
 internal Contractor CreateOne(Contractor newContractor)
 {
     return(_crepo.CreateOne(newContractor));
 }