Пример #1
0
 public async Task <List <OrderViewModel> > CheckPay()
 {
     return(await _profileRepository.CheckPay(User.Identity.Name));
 }