public MessageTextController(IMessageTextService objService, int appId) : base(objService) { _messageTextService = objService; AppId = appId; ViewBag.AppId = AppId; }
public MessageTextController(IMessageTextService objService) : base(objService) { _objService = objService; _messageTextService = objService; AppId = (int)CategoryType.Undefined; ViewBag.AppId = AppId; }
public EventMessageTextController(IMessageTextService objService, IEventProfileService eventProfileService) : base(objService) { _eventProfileService = eventProfileService; }
public LEDMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.LEDCate) { }
public ITHelpdeskMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.ITHelpdeskCate) { }
public NscMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.NSCCate) { }
public ACCMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.ACC) { }
public HRESMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.HREServiceCate) { }
public SPPMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.SPPCate) { }
public SalesTrainingMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.SalesTrainingCate) { }
public VideoMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.VideoCate) { }
public ActivityMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.ActivityCate) { }
public HongtuMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.HongtuCate) { }
public JohnLAccessChinaMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.JohnLAccessChina) { }
public GlobalMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.Undefined) { }
public AdminAppMessageTextController(IMessageTextService objService) : base(objService, (int)CategoryType.AdminAppCate) { }