public static INewsDAL GetNewsDAL() { INewsDAL dal = GetInstance("NewsDAL") as INewsDAL; return(dal); }
public NewsManager(INewsDAL context) { _context = context; }