Пример #1
0
 public List <PartyModel> GetParentParty(decimal GroupId, bool ForStall)
 {
     return(objRegistrationRepo.GetParentParty(GroupId, ForStall));
 }
Пример #2
0
 public List <PartyModel> GetParentParty(decimal GroupId)
 {
     return(objRegistrationRepo.GetParentParty(GroupId));
 }