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 code generation
SQL
 
 
 
 /*************************************************************************************
  *
  *        Copyright 2012 Davide Orazio Montersino http://www.davidemontersino.com
  *
  *        This program is free software: you can redistribute it and/or modify
  *        it under the terms of the GNU General Public License as published by
  *        the Free Software Foundation, either version 3 of the License, or
by Davide Orazio Montersino   January 10, 2012 @ 2:19am
59 Views
no comments
 
C#
[System.ServiceModel.ServiceContractAttribute(ConfigurationName = "Organization.MockApp.Bus.IMockService")]
internal class MockService : IMockService, Organization.Enterprise.ServiceChannelAdapter<Organization.MockApp.Bus.Async.IMockService>, Organization.MockApp.Bus.Async.IMockService
{
        public MockService(Organization.Enterprise.IExceptionManager exceptionManager, Organization.Enterprise.IChannelResolver channelResolver, Organization.Enterprise.IChannelRegistrar channelRegistrar) : base(exceptionManager, channelResolver, channelRegistrar)
        {
            
        }
 
        new public protected internal private abstract sealed static virtual override extern readonly volatile ref out params assembly field event method param property return type module partial unsafe fixed object CreateEntity(object entity);
        new public protected internal private abstract sealed static virtual override extern readonly volatile ref out params assembly field event method param property return type module partial unsafe fixed System.IAsyncResult BeginCreateEntity(object entity, System.AsyncCallback callback, object asyncState);
by Michael Smith   February 24, 2010 @ 4:42pm
183 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