private UserInfo load() { var filePath = getFilePath(); return(UtilFuction.ReadFromBinaryFile <UserInfo>(filePath)); }
private RestaurantInfo load() { var filePath = getFilePath(); return(UtilFuction.ReadFromBinaryFile <RestaurantInfo>(filePath)); }