Пример #1
0
 public RemarkService(
     RemarksContext context,
     IBus bus)
 {
     _context = context;
     _bus     = bus;
 }
Пример #2
0
 public CategoryService(RemarksContext context)
 {
     _context = context;
 }
Пример #3
0
 public ActivityService(RemarksContext context)
 {
     _context = context;
 }