InvestorsHub Logo
Followers 35
Posts 6899
Boards Moderated 0
Alias Born 06/07/2018

Re: otced post# 80

Wednesday, 01/30/2019 5:42:37 AM

Wednesday, January 30, 2019 5:42:37 AM

Post# of 143
CRPT Works anywhere!!!!!!!
public interface Crypterium<C, U>
{
IEnumerable<C> List<C>() where C : class;
T Get<C, U>(U id)
where C : class
where C : class;
}