Example #1
0
 internal Task <int> GetCountSQlite()
 {
     return(_sqliteRepository.GetCount());
 }