Example #1
0
 public OrgAccountController(IOrganizationAccountService orgAccountService)
 {
     this._orgAccountService = orgAccountService;
 }