public OrderController(IOrderRepository repo, INoteRepository noteRepo, ICommonLogRepository logRepo) { repository = repo; noteRepository = noteRepo; logRepository = logRepo; context = repo.Context; }
public AppGetLocalCommonLogByPage(ICommonLogRepository commonLogRepository) { _commonLogRepository = commonLogRepository; }
public AppGetCommonLog(ICommonLogRepository commonLogRepository) { _commonLogRepository = commonLogRepository; }
public AppGetCommonLogByParent(ICommonLogRepository commonLogRepository) { _commonLogRepository = commonLogRepository; }