예제 #1
0
 public List <PartyModel> GetAllPartyList(bool IsSupplier)
 {
     return(objRegistrationRepo.GetAllPartyList(IsSupplier));
 }