Пример #1
0
 public Task <IPaged <ScreeningRoom> > RetrievePagedAsync(ScreeningQueryParameter param)
 {
     throw new NotImplementedException();
 }
 public Task <List <Screening> > RetrieveAsync(ScreeningQueryParameter param)
 {
     throw new NotImplementedException();
 }
 public IPaged <Screening> RetrievePaged(ScreeningQueryParameter param)
 {
     throw new NotImplementedException();
 }
 public List <Screening> Retrieve(ScreeningQueryParameter param)
 {
     throw new NotImplementedException();
 }