| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 | 
							- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- using SCC.Models;
 
- namespace SCC.Interface
 
- {
 
-     
 
-     
 
-     
 
-     public interface IOpen3Code
 
-     {
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         OpenCode3Model GetLastItem(SCCLottery lottery);
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         List<string> GetYesterdayFailQQList(SCCLottery lottery, int TotalQNum);
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         bool AddOpen3Code(SCCLottery lottery, OpenCode3Model model);
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         List<string> GetYesterdayFailQQQList(SCCLottery lottery, int TotalQNum);
 
-         #region MyRegion
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         Dictionary<string, string> GetYesterdayFailQQListDB3(SCCLottery lottery, int TotalQNum);
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         
 
-         Dictionary<string, string> GetYesterdayFailQQListDB3_toDay(SCCLottery lottery, int TotalQNum);
 
-         #endregion
 
-     }
 
- }
 
 
  |