示例#1
0
 public UserController(RBTCreditControl_Context context, Intranet_DBContext _context_Intra, ICacheManager <User> CacheManager, IErrLogService LogService)
 {
     _context       = context;
     context_Intra  = _context_Intra;
     _CacheManager  = CacheManager;
     _ErrLogService = LogService;
 }
示例#2
0
        public BackOfficeController(RBTCreditControl_Context context, ICacheManager <User> CacheManager, IErrLogService LogService)
        {
            _context = context;

            _CacheManager  = CacheManager;
            _ErrLogService = LogService;
        }
 public CorporateActionController(RBTCreditControl_Context context, ICacheManager <User> cache, IErrLogService LogService)
 {
     _context       = context;
     _cache         = cache;
     _ErrLogService = LogService;
 }
示例#4
0
 public FollowUpController(RBTCreditControl_Context context, ICacheManager <User> cache, IErrLogService LogService)
 {
     _context       = context;
     _cache         = cache;
     _ErrLogService = LogService;
 }
示例#5
0
 public LocationMasterController(RBTCreditControl_Context context, IErrLogService LogService)
 {
     _context       = context;
     _ErrLogService = LogService;
 }
示例#6
0
 public ErrLogService(RBTCreditControl_Context DBcontext)
 {
     _context = DBcontext;
 }