예제 #1
0
 public Task AddAsync(DocumentEntity document)
 {
     return(_context.AddAsync(document));
 }
예제 #2
0
 public Task AddAsync(DocumentCollaboratorEntity collaborator)
 {
     return(_context.AddAsync(collaborator));
 }