Esempio n. 1
0
 public Template GetByID(int id)
 {
     return(_dao.GetByID(id));
 }