Esempio n. 1
0
 public bool CanAddCustomClient(IDatabaseConnection cnn)
 => cnn.ExecuteScalar(SQLCountCodeClientNotUsedForOneObject, new { ObjectId }) > 0;