Exemple #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;
 }
 public T_ContentController(IT_ContentAppService t_ContentAppService)
 {
     _t_ContentAppService = t_ContentAppService;
 }