예제 #1
0
 public IEnumerable <Well> GetAll()
 {
     return(_wellRepository.GetAll());
 }
 public IEnumerable <Well> Get()
 {
     return(wellRep.GetAll());
 }