예제 #1
0
 public ItemService(CompanyAuiditContext context) : base(context)
 {
     _context = context;
 }
예제 #2
0
 public UserService(CompanyAuiditContext companyAuiditContext)
 {
     this.companyAuiditContext = companyAuiditContext;
 }
예제 #3
0
 public ItemService(CompanyAuiditContext companyAuiditContext)
 {
     this.companyAuiditContext = companyAuiditContext;
 }
예제 #4
0
 public CategoryService(CompanyAuiditContext context) : base(context)
 {
     _context = context;
 }
예제 #5
0
 protected BaseService(CompanyAuiditContext context)
 {
     _context = context;
 }