Ejemplo n.º 1
0
 public bool IsExitNotSelf(string id, string name)
 {
     return(dal.IsExitNotSelf(id, name));
 }