예제 #1
0
 public PartyModel GetParyOnPartyCode(string PartyCode, bool IsSupplier)
 {
     return(objRegistrationRepo.GetParyOnPartyCode(PartyCode, IsSupplier));
 }