Example #1
0
 public VendorModel GetVendorByID(string ID, Guid ParlourId)
 {
     return(ToolsSetingBAL.GetVendorByID(ID, ParlourId));
 }