| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- using Models;
 
- using Models.Entity.LotteryNumDB;
 
- namespace Interface
 
- {
 
-     
 
-     
 
-     
 
-     public interface IOpen21Code
 
-     {
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         OpenCode21Model GetLastItem(SCCLottery lottery);
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         List<OpenCode21Model> GetListIn(SCCLottery lottery, bool IsToday);
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         List<string> GetYesterdayFailQQQList(SCCLottery lottery, List<string> Terms);
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         bool AddOpen21Code(SCCLottery lottery, OpenCode21Model model);
 
-     }
 
- }
 
 
  |