コード例 #1
0
ファイル: Tipo_MagiaController.cs プロジェクト: Gokinha/RPG
 public NotificationResult Salvar(Tipo_Magia entidade)
 {
     return(tipo_Magia_Servico.Salvar(entidade));
 }
コード例 #2
0
ファイル: Tipo_MagiaController.cs プロジェクト: Gokinha/RPG
 public string Excluir(Tipo_Magia entidade)
 {
     return(tipo_Magia_Servico.Excluir(entidade));
 }
コード例 #3
0
ファイル: Tipo_Magia_Servico.cs プロジェクト: Gokinha/RPG
 public string Excluir(Tipo_Magia entidade)
 {
     return("");
 }