コード例 #1
0
ファイル: CategoriaBL.cs プロジェクト: orlandoPeraza/Almacen
 public static bool Delete(int id)
 {
     return(CategoriaMapper.Delete(id));
 }