Esempio n. 1
0
 public CommonRepository()
 {
     this._unitOfWork          = new UnitOfWork();
     this._procedureManagement = new ProcedureManagement();
 }
        public DirectTrustPatientRepository(IUnitOfwork unitOfWork)
        {
            this._unitOfWork = unitOfWork;

            this._procedureManagement = new ProcedureManagement();
        }