Exemple #1
0
 public Task <string> Post(Familia model)
 {
     return(_repository.Post(model));
 }