Exemplo n.º 1
0
 public DavLock Lock(IResource resource, DavLock proposed)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public StatusCode Unlock(IResource resource, DavLock currentLock)
 {
     throw new NotImplementedException();
 }