CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of double
C#
public class StoredProcedureGateway : IExternalSystemGateway {
  public object Call(string procedure, object[] params) {
    // call sproc
  }
}
 
public class SomeStoredProcedureParameters : IIssueExternalCalls {
  public string SomeString;
  public int SomeInt; 
  public object IssueWith(IExternalSystemGateway gateway) {
by togakangaroo   August 30, 2010 @ 10:59am
185 Views
no comments
 
C++
/**************************/
/* ListaDubluInlantuita.h */
/**************************/
 
#ifndef LISTA_DUBLA
#define LISTA_DUBLA
 
struct nod
{
    nod *llink;
by Parvulescu Cosmin   January 22, 2010 @ 7:44am
154 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate