Exemple #1
0
 public bool UpdatePartyMaster(PartyMaster obj)
 {
     return(objDB.UpdatePartyMaster(obj));
 }
Exemple #2
0
 public bool DeletePartyMaster(PartyMaster obj)
 {
     return(objDB.DeletePartyMaster(obj));
 }
Exemple #3
0
 public bool AddNewPartyMaster(PartyMaster obj)
 {
     return(objDB.AddNewPartyMaster(obj));
 }