Exemplo n.º 1
0
 public DBUser Create(DBUser user)
 {
     return(_mongoService.CreateUser(user, colName));
 }