Exemple #1
0
 public TR01Service()
 {
     _entity     = new ALMSEntities();
     _Repository = new TR01ARepository(_entity);
 }