I hereby claim:
- I am heldersepu on github.
- I am heldersepu (https://keybase.io/heldersepu) on keybase.
- I have a public key ASBVsrqvy7AjReJVc20_jDp4w6YSwgmN35e-bKWvKJJbWgo
To claim this, I am signing this object:
| --- | |
| openapi: 3.0.3 | |
| info: | |
| title: Alliance of Genome Resources Curation API | |
| description: This is the Alliance Curation Java API | |
| version: 1.0 Alpha | |
| security: | |
| - api_token: [] | |
| tags: | |
| - name: API Version |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "description": "API Docs", | |
| "version": "1.0.0", | |
| "title": "API", | |
| "termsOfService": "none", | |
| "contact": { | |
| "email": "admin@localhost" | |
| }, |
| private void btnOkEdit_Click(object sender, RoutedEventArgs e) | |
| { | |
| using (var db = new invoiceFEntities()) | |
| { | |
| customer existingCust = new customer | |
| { | |
| Id = Convert.ToInt32(lblId.Content), | |
| fname = txtFNameIns.Text.ToString(), | |
| lname = txtLNameIns.Text.ToString(), | |
| dateofservice = string.Format("{0:MM/dd/yyyy}", datDateIns.SelectedDate.Value), |