test c#

Java code posted
created at 14 Aug 17:03

Edit | Back
1
2
3
4
public interface ISearchManager 
    { 
        IEnumerable Search(string keyword); 
    }
95 Bytes in 1 ms with coderay