示例#1
0
 public Scheduling Get(string id)
 {
     return(SchedulingRepository.FindWithRoom(new Guid(id)));
 }