public EmpresaContatoController(IEmpresaContatoAppService empresaContatoAppService)
 {
     _empresaContatoAppService = empresaContatoAppService;
 }
Exemple #2
0
 public EmpresaContatoController(IEmpresaContatoAppService empresaContatoAppService)
 {
     _empresaContatoAppService = empresaContatoAppService;
 }