Exemplo n.º 1
0
 internal static void DeleteInterface(int interfaceID)
 {
     InterfaceBLDAL.DeleteInterface(InterfaceBLDAL.GetInterface(interfaceID));
 }
Exemplo n.º 2
0
 public static int CreateNewInterface(Interface _interface, bool checkIfAlreadyExists)
 {
     return(InterfaceBLDAL.CreateNewInterface(_interface, checkIfAlreadyExists ? InterfaceBLDAL.SqlManagedInterfaceExists : string.Empty));
 }