コード例 #1
0
 public Shop Get(ShopId id)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Domain.Shop.Shop Get(ShopId id)
 {
     return ShopRepository.Get(id);
 }