Example #1
0
 public bool ExistText(Guid id)
 {
     if (Texts.Exists(x => x.Id == id))
     {
         return(true);
     }
     return(false);
 }