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