예제 #1
0
 /// <summary>
 /// Get a list of items
 /// </summary>
 /// <returns>List with TodoModels</returns>
 public virtual async Task <IEnumerable <PriceModel> > GetAllPrices()
 {
     return(await _priceService.GetAllAsync());
 }