コード例 #1
0
 public bool IsAppOnTheDatabase(string appId)
 {
     return(_mongoDB.AppProcessedById(appId));
 }