public ReturnResult <ThirdPartyInfoM> RemoveThirdPartyInfo(RAP.Core.DataModels.ThirdPartyInfoM model)
 {
     return(accDBHandler.RemoveThirdPartyInfo(model));
 }
 public ReturnResult <bool> SaveOrUpdateThirdPartyInfo(RAP.Core.DataModels.ThirdPartyInfoM model)
 {
     return(accDBHandler.SaveOrUpdateThirdPartyInfo(model));
 }