Пример #1
0
 public void GetAllForms_Test()
 {
     Assert.AreEqual(3, _formLogic.GetAllForms("1", "Title", 0, 5, "all").Count);
 }