Example #1
0
 public void Dispose()
 {
     problemaTratamientoDAL.Disposed += (s, e) =>
     {
         problemaTratamientoDAL = null;
     };
     problemaTratamientoDAL.Dispose();
 }
Example #2
0
 public ProblemaTratamientoBL()
 {
     problemaTratamientoDAL = new ProblemaTratamientoDAL();
 }