Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Attic / MVC / Castle.MVC.Test / IServcieA.cs
bloba2b509c3a8749a041835a2e373e17dff0edb0587
1 using System;
3 namespace Castle.MVC.Test
5 /// <summary>
6 /// Description résumée de IServcieA.
7 /// </summary>
8 public interface IServiceA
10 decimal MyMethod(int a , decimal c);
12 string MyMethodNotcached(string a);