Exemplo n.º 1
0
 public PrintmstService(PrintmstRepository printmstRepository)
 {
     this.printmstRepository = printmstRepository;
 }
Exemplo n.º 2
0
 public PrintmstApiController(PrintmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }