public List <Template> GetAll()
 {
     return(_ITemplateRepo.GetAll());
 }
Exemplo n.º 2
0
 public async Task <List <Template> > GetTemplates()
 {
     return(await _templateRepo.GetAll());
 }