Esempio n. 1
0
 public object GetAddEdit(Guid ID)
 {
     using (DBConnectionService dBConnectionService = new DBConnectionService())
     {
         return(ID != Guid.Empty ? new DBConnectionDTO(dBConnectionService.GetInfo(ID)) : new DBConnectionDTO());
     }
 }