Example #1
0
 public ICollection <AssetLocation> GetAll()
 {
     return(_assetLocationRepository.GetAll());
 }
        public List <AssetLocation> GetAll()
        {
            var var = _Repository.GetAll();

            return(var);
        }
 public List <AssetLocation> GetAll()
 {
     return(repository.GetAll());
 }