コード例 #1
0
 public async Task <Store> GetDetailedStore(StoreId id)
 {
     return(await repository.GetStoreFullAsync(id));
 }