Пример #1
0
 public Guid?GetApprovalTicket(string username)
 {
     return(wishListRepository.GetApprovalTicket(username));
 }