public static GuestUserMasterCollection GetByGuest_Id(int Guest_Id) { GuestUserMasterCollection obj = new GuestUserMasterCollection(); obj.MapObjects(new GuestUserDataService().GuestUser_GetByGuest_Id(Guest_Id)); return(obj); }
public static GuestUserMasterCollection GetAll() { GuestUserMasterCollection obj = new GuestUserMasterCollection(); obj.MapObjects(new GuestUserDataService().GuestUser_GetAll()); return(obj); }