Exemplo n.º 1
0
 public List <RelatedName> GetRelatedNames(Guid agencyId, string number, ModuleType module)
 {
     return(_relatedToService.GetRelatedNames(number, agencyId, module));
 }