Arash.Core.Manager.CoffeeshopManager.Edit C# (CSharp) Method

Edit() public method

public Edit ( Coffeeshop entity ) : void
entity Arash.Restaurant.Model.Coffeeshop
return void
        public void Edit(Coffeeshop entity)
        {
            _repository.Save();
        }