Exemplo n.º 1
0
 public virtual ConcurrencyResult DoReservationWorkSpace(LogicalLock reservation)
 {
     return(null);
 }
Exemplo n.º 2
0
 public virtual LogicalLock GetReservationWorkSpaceDetails(LogicalLock reservation)
 {
     return(null);
 }
Exemplo n.º 3
0
 public virtual LogicalLock GetReservationOccurenceDetails(LogicalLock reservation)
 {
     return(null);
 }
Exemplo n.º 4
0
 public virtual ConcurrencyResult EndReservationOccurence(LogicalLock reservation)
 {
     return(null);
 }
Exemplo n.º 5
0
 public virtual bool CheckReservationOccurenceExistence(LogicalLock reservation)
 {
     return(false);
 }
Exemplo n.º 6
0
 public virtual bool CheckReservationOccurenceExistence(LogicalLock reservation)
 {
     return false;
 }
Exemplo n.º 7
0
 public virtual LogicalLock GetReservationWorkSpaceDetails(LogicalLock reservation)
 {
     return null;
 }
Exemplo n.º 8
0
 public virtual LogicalLock GetReservationOccurenceDetails(LogicalLock reservation)
 {
     return null;
 }
Exemplo n.º 9
0
 public virtual ConcurrencyResult EndReservationWorkSpace(LogicalLock reservation)
 {
     return null;
 }
Exemplo n.º 10
0
 public virtual ConcurrencyResult DoReservationOccurence(LogicalLock reservation)
 {
     return null;
 }