コード例 #1
0
ファイル: UsuarioBL.cs プロジェクト: felipota/Cotizacion
 public int Delete(int id)
 {
     return(usuarioDAL.Delete(id));
 }