Example #1
0
		public Mercadoria Get(int id)
		{
			return _repository.Get(id);
		}