Ejemplo n.º 1
0
        private UserInfo load()
        {
            var filePath = getFilePath();

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

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