示例#1
0
 public FactorController(IFactorQueryService factorQueryService)
 {
     _factorQueryService = factorQueryService;
 }
示例#2
0
 public ShopPendingFactorController(IFactorQueryService factorQueryService)
 {
     _factorQueryService = factorQueryService;
 }
示例#3
0
 public FactorFinancialReportController(IFactorQueryService factorQueryService)
 {
     _factorQueryService = factorQueryService;
 }
 public CustomerFactorController(IFactorQueryService factorQueryService)
 {
     _factorQueryService = factorQueryService;
 }
 public ShopPaidSendFactorController(IFactorQueryService factorQueryService)
 {
     _factorQueryService = factorQueryService;
 }
示例#6
0
 public ShopPaidDeliveredFactorController(IFactorQueryService factorQueryService)
 {
     _factorQueryService = factorQueryService;
 }
示例#7
0
 public LastFactorCommentController(IFactorQueryService factorQueryService)
 {
     _factorQueryService = factorQueryService;
 }