Exemplo n.º 1
0
 public bool Exit(string id, string code, string name, ref string errorMsg)
 {
     return(da.Exit(id, code, name, ref errorMsg));
 }