public ParentRegistrationBeforeLoginVM() { parentService = new ParentService(this); }
public GetAllParentsHandler(ParentService parentService) { this.parentService = parentService; }
public UpdatePasswordVM() { web = new ParentService((iUpdatePassword)this); }
public GetParentByIdHandler(ParentService parentService) { this.parentService = parentService; }
public CreateParentHandler(ParentService parentService, IMapper mapper) { this.parentService = parentService; this.mapper = mapper; }