public Guid GetGuid() { using (Conn) { return(SimpleCRUD.SequentialGuid()); } }
public Guid GetGuid() { return(SimpleCRUD.SequentialGuid()); }