Example #1
0
 public ICollection <SellTypeOutput> GetSalesType()
 {
     return(_sellAppService.GetSalesType(_userMemberRank));
 }