Ejemplo n.º 1
0
 public void Dispose()
 {
     //_listAllocatedData = null;
     //_listAllocatedData2 = null;
     //_appService.Dispose();
     _appService = null;
 }
Ejemplo n.º 2
0
        public Service1(IAppServiceTest appService) : this()
        {
            if (appService == null)
            {
                throw new ArgumentNullException("appservice");
            }

            _appService = appService;
        }