예제 #1
0
 public static bool UpdateBuyerDetails(Buyers o)
 {
     return(BuyerDAL.UpdateBuyerDetails(o, Users.SellerId));
 }