Ejemplo n.º 1
0
 public OrganizationService(MPInterfaces.IOrganizationRepository organizationService, IApiUserRepository apiUserService)
 {
     _mpOrganizationService = organizationService;
     _mpApiUserService      = apiUserService;
 }