Ejemplo n.º 1
0
 public virtual bool AddPhraseTemplate(PhraseTemplateModel model)
 {
     return(dbProvider.AddPhraseTemplate(model));
 }