コード例 #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;
 }