示例#1
0
 public List <TblVendorContacts> GetVendorContactsByCriteria(int key)
 {
     return(MastersDAL.GetVendorContactsByCriteria(key));
 }