Esempio n. 1
0
 public void Dispose(bool disposing)
 {
     if (disposing)
     {
         category = null;
         readItem = null;
     }
 }
 public void Dispose(bool disposing)
 {
     if (disposing)
     {
         category = null;
         readItem = null;
     }
 }
Esempio n. 3
0
 public UnityOfWork(Datasource datasource, ICategoryDAL categoryDal, IReadItemDAL readItemDal)
 {
     this.Datasource = datasource;
     this.Category   = categoryDal;
     this.ReadItem   = readItem;
 }
 public UnityOfWork(Datasource datasource, ICategoryDAL categoryDal, IReadItemDAL readItemDal)
 {
     this.Datasource = datasource;
     this.Category = categoryDal;
     this.ReadItem = readItem;
 }