Пример #1
0
 public CustomerRepository(TheCRMContext theCRMContext) : base(theCRMContext)
 {
 }
Пример #2
0
 public RepositoryWrapper(TheCRMContext theCRMContext, IConfiguration config)
 {
     _crmContext = theCRMContext;
     _config     = config;
 }
Пример #3
0
        /*public LoginRepository(TheCRMContext theCRMContext) : base(theCRMContext)
         * {
         * }*/

        public LoginRepository(TheCRMContext theCRMContext, IConfiguration config) : base(theCRMContext)
        {
            _config = config;
        }
Пример #4
0
 public RepositoryBase(TheCRMContext theCRMContext)
 {
     TheCRMContext = theCRMContext;
 }
Пример #5
0
 public UserRepository(TheCRMContext theCRMContext) : base(theCRMContext)
 {
 }