public ContatoesService(JLO_OS_WEBContext context)
 {
     _context = context;
 }
예제 #2
0
 public OsService(JLO_OS_WEBContext context)
 {
     _context = context;
 }
예제 #3
0
 public PessoaService(JLO_OS_WEBContext context)
 {
     _context = context;
 }