예제 #1
0
 public Task <WellModel> Get(int id)
 {
     return(_wellRepository.GetById(id));
 }