示例#1
0
 // GET: api/Residents
 public IEnumerable <Contracts.IResident> Get()
 {
     return(_RoomManagement.GetAllResidents().AsEnumerable());
 }