예제 #1
0
 public YearEndProcessLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #2
0
 public IntegrationMapsLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #3
0
 public ManagementLevelsLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #4
0
 public SchoolGroupsLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #5
0
 public GlobalOptionsLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #6
0
 public SiteTypesLogic(ISolanaRepository repo, IMapper autoMapper)
 {
     _repo       = repo;
     _autoMapper = autoMapper;
 }
예제 #7
0
 public SchoolLogic(ISolanaRepository repo, IMapper autoMapper)
 {
     _repo       = repo;
     _autoMapper = autoMapper;
 }
예제 #8
0
 public CNImportLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #9
0
 public OnlineApplicationsLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #10
0
 public UserMessagesLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #11
0
 public P2ClaimingPercentageLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #12
0
 public ServingPeriodsLogic(ISolanaRepository repository, IMapper autoMapper)
 {
     _repository = repository;
     _autoMapper = autoMapper;
 }
예제 #13
0
 public FeedingFiguresLogic(ISolanaRepository repo, IMapper autoMapper)
 {
     _repo       = repo;
     _autoMapper = autoMapper;
 }