Example #1
0
 internal string AddBeneficiary(BeneficiaryModel model)
 {
     return(_dbHelper.AddBeneficiary(model));
 }