private UserInfo load()
        {
            var filePath = getFilePath();

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

            return(UtilFuction.ReadFromBinaryFile <RestaurantInfo>(filePath));
        }