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

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