Example #1
0
 public NotificationResult Salvar(Tipo_Magia entidade)
 {
     return(tipo_Magia_Servico.Salvar(entidade));
 }
Example #2
0
 public string Excluir(Tipo_Magia entidade)
 {
     return(tipo_Magia_Servico.Excluir(entidade));
 }
Example #3
0
 public string Excluir(Tipo_Magia entidade)
 {
     return("");
 }