Converting Interface to Model in C# .NET MVC

IPortalCart cart = new PortalCart();
 PortalCart CartModel = (PortalCart)cart;

Popular Posts