Example #1
0
 public RoomDisplayServices(RequestRootObject root, ResRootObject res, string str) :
     base(root, res, str)
 {
 }
 public BookingServices(RequestRootObject root, ResRootObject res, string str) :
     base(root, res, str)
 {
 }
 public APIAIService(RequestRootObject root, ResRootObject res, string str)
 {
     this.root = root;
     this.res  = res;
     this.str  = str;
 }