Esempio n. 1
0
 public List <Template> GetDataByName(string Name)
 {
     return(dal.GetDataByName(Name));
 }