コード例 #1
0
ファイル: BancoService.cs プロジェクト: Michilot/comercio
 public string Validar(Banco obj)
 {
     return(_IBancoRepository.Validar(obj));
 }