Ejemplo n.º 1
0
 public bool WrDelScreenObj(string ScreenObjId, string dbConnectionString, string dbPassword)
 {
     using (WebAccessBase dac = GetWebAccess())
     {
         return(dac.WrDelScreenObj(ScreenObjId, dbConnectionString, dbPassword));
     }
 }