Exemplo n.º 1
0
 public EmpmstService(EmpmstRepository empmstRepository)
 {
     this.empmstRepository = empmstRepository;
 }
Exemplo n.º 2
0
 public EmpmstApiController(EmpmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }