Пример #1
0
 public CategoryService(MobicomContext context) : base(context)
 {
     _context = context;
 }
Пример #2
0
 public ContentService(MobicomContext context) : base(context)
 {
     _context = context;
 }
Пример #3
0
 public UserService(MobicomContext context, IConfiguration configuration) : base(context)
 {
     _context       = context;
     _configuration = configuration;
 }
Пример #4
0
 public CrudService(MobicomContext context)
 {
     _context = context;
 }