Example #1
0
 public SELLERS GetAllData(int sellerid)
 {
     return(SellersBLL.SellerAllData(sellerid));
 }