Example #1
0
        public UIResult SearchWLUSES(WLUSESEntity Data)
        {
            var res = service.WyglService.GetWLUSESElement(Data);

            return(new UIResult(
                       new
            {
                WLUSES = res.Item1,
                WLUSESITEM = res.Item2
            }
                       ));
        }
Example #2
0
 public void ExecData(WLUSESEntity Data)
 {
     service.WyglService.ExecWlUses(Data);
 }
Example #3
0
 public string Save(WLUSESEntity SaveData)
 {
     return(service.WyglService.SaveWlUsers(SaveData));
 }