Exemplo n.º 1
0
 public async Task <T> Guardar <T>(T objeto) where T : class
 {
     return(await models.Create <T>(objeto));
 }