Example #1
0
 public int CreateVendors(TblVendors tblVendors)
 {
     return(MastersDAL.CreateVendors(tblVendors));
 }