Exemple #1
0
 public EntityManager(IEntityRepostory <T> repostory)
 {
     _repostory = repostory;
 }