Example #1
0
 public List <PartyModel> GetAllParty()
 {
     return(objReportRepo.GetAllParty());
 }