Ejemplo n.º 1
0
 public CmpmstApiController(CmpmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Ejemplo n.º 2
0
 public CmpmstService(CmpmstRepository cmpmstRepository)
 {
     this.cmpmstRepository = cmpmstRepository;
 }