コード例 #1
0
 public async Task <IQueryable <AdminDiscountVM> > Get()
 {
     return(await _discountRepository.GetAdminDiscounts());
 }