using System; using System.Collections.Generic; using SEIeSCM.Models.Dto; using SEIeSCM.Models.Dto.SysLogin; using SEIeSCM.Models.Dto.Home; namespace SEIeSCM.Service { public interface ICommonService { string GetButtonAuth(string strCompanyCd, string strUserId, string strMenuId); } }