Exemple #1
0
 public void Dispose()
 {
     tipoProblemaDAL.Disposed += (s, e) =>
     {
         tipoProblemaDAL = null;
     };
     tipoProblemaDAL.Dispose();
 }
Exemple #2
0
 public TipoProblemaBL()
 {
     tipoProblemaDAL = new TipoProblemaDAL();
 }