Ejemplo n.º 1
0
 public static void SetCommunityName()
 {
     _context = new DbOperations();
     _context.SetCommunityName("Społeczność testowa");
 }