Example #1
0
 private IEntityRepository <Guest> GetRepository()
 {
     return(ServiceContext.CreateRepository <IEntityRepository <Guest> >());
 }