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