Beispiel #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public AttachmentController(XCLCMS.IService.WebAPI.IAttachmentService attachmentService)
 {
     this.iAttachmentService = attachmentService;
 }
 /// <summary>
 /// 构造
 /// </summary>
 public AttachmentController(XCLCMS.IService.WebAPI.IAttachmentService attachmentService, XCLCMS.IService.Logger.ILogService logService) : base(logService)
 {
     this.iAttachmentService = attachmentService;
 }
 /// <summary>
 /// 构造
 /// </summary>
 public AttachmentController(XCLCMS.IService.WebAPI.IAttachmentService attachmentService)
 {
     attachmentService.ContextInfo = base.ContextModel;
     this.iAttachmentService       = attachmentService;
 }