Exemplo n.º 1
0
    public CMDB Get_By_id(int Assetid)
    {
        SqlDataProvider db = new SqlDataProvider();


        return(db.CMDB_mst_Get_By_Assetid(Assetid));
    }
    public CMDB Get_By_id(int Assetid)
    {
        SqlDataProvider db = new SqlDataProvider();

            return db.CMDB_mst_Get_By_Assetid(Assetid);
    }