Beispiel #1
0
 public PermissionService(IMongoDBContext dbClient)
 {
     _Permission = dbClient.GetPermissionCollection();
 }