public AccountClassificationsController(AccountClassificationsService service)
 {
     _service = service;
 }
Beispiel #2
0
 public AccountClassificationsController(AccountClassificationsService service, IServiceProvider sp) : base(sp)
 {
     _service = service;
 }