コード例 #1
0
 //<inheritdoc />
 public IEnumerable <Domain.Brewery> GetByPIN(string pin)
 {
     return(_repository.GetByPIN(pin));
 }