コード例 #1
0
 public FourSquareRepository()
 {
     try
     {
         _ctx = new FourSquareContext();
     }
     catch (Exception ex)
     {
         log.Error("FourSquareRepository", ex);
         //Log exception here
     }
 }
コード例 #2
0
 public FourSquareRepository()
 {
     _ctx = new FourSquareContext();
 }
コード例 #3
0
 public FourSquareRepository()
 {
     _ctx = new FourSquareContext();
 }