public DataTable RequestCodeGet(int UserID, string RequestCode, int RefType) { User_cls_Service Service = new User_cls_Service(); UserInfoMan_Logic Logic = new UserInfoMan_Logic(); return(Service.RequestCodeGet(UserID, RequestCode, RefType)); }
public string RequestCodeRegisetr(int UserID, string RequestString, int RefType) { User_cls_Service servic = new User_cls_Service(); UserInfoMan_Logic logic = new UserInfoMan_Logic(); return(servic.RequestCodeRegister(UserID, RequestString, RefType)); }