Skip to content

Instantly share code, notes, and snippets.

View heldersepu's full-sized avatar
🏠
Working from home

Helder Sepulveda heldersepu

🏠
Working from home
  • Miami metropolitan area
View GitHub Profile
This file has been truncated, but you can view the full file.
---
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

Keybase proof

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:

{
"swagger": "2.0",
"info": {
"description": "API Docs",
"version": "1.0.0",
"title": "API",
"termsOfService": "none",
"contact": {
"email": "admin@localhost"
},
@heldersepu
heldersepu / Customers_Add.CS
Last active October 31, 2017 17:47
Customers_Add.CS
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),