Пример #1
0
 public static int GetBuyerTotalCount(string sellerNick)
 {
     return(BuyerDAL.GetBuyerTotalCount(sellerNick, Users.SellerId));
 }