示例#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)
 {
 }