コード例 #1
0
 public Shelter Delete(int id)
 {
     return(_repository.Delete(id).Result);
 }