Example #1
0
 public static DataTable GetSellerNickById(string userId)
 {
     return(PrintDAL.GetSellerNickById(userId));
 }