Exemplo n.º 1
0
 public WeChatEstimateController(IT_ContentAppService _t_contentAppServie, IT_GradeAppService _t_gradeAppService, IT_ClassAppService _t_classAppService,
                                 IT_Estimate_DetailAppService _detailAppService,
                                 IT_EstimateAppService _estimateAppService,
                                 IT_HClassAppService _t_hClassAppService)
 {
     detailAppService   = _detailAppService;
     estimateAppService = _estimateAppService;
     t_contentAppServie = _t_contentAppServie;
     t_gradeAppService  = _t_gradeAppService;
     t_classAppService  = _t_classAppService;
     t_hClassAppService = _t_hClassAppService;
 }
Exemplo n.º 2
0
 public T_Estimate_DetailController(IT_Estimate_DetailAppService t_Estimate_DetailAppService)
 {
     _t_Estimate_DetailAppService = t_Estimate_DetailAppService;
 }