Exemple #1
0
 public ContextManager(IContextDal contextDal)
 {
     _contextDal = contextDal;
 }