Ejemplo n.º 1
0
 public async Task <Editora> Create(Editora obj)
 {
     return(await _repository.Create(obj));
 }