Esempio n. 1
0
 public ShfmstService(ShfmstRepository shfmstRepository)
 {
     this.shfmstRepository = shfmstRepository;
 }
Esempio n. 2
0
 public ShfmstApiController(ShfmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }