示例#1
0
 public bool IntroducirAviso(String texto)
 {
     if (String.IsNullOrEmpty(texto))
     {
         return(false);
     }
     return(repInser.Insertar(texto));
 }
示例#2
0
 public void TestMethodR()
 {
     Assert.AreEqual(true, repInser.Insertar("aaaa aaaa"));
 }