public RemarkService( RemarksContext context, IBus bus) { _context = context; _bus = bus; }
public CategoryService(RemarksContext context) { _context = context; }
public ActivityService(RemarksContext context) { _context = context; }