예제 #1
0
 public ProfitingGenesis FindProfitingAccountsByName(string Name)
 {
     return(StopWatcher.Track(() => _store.FindProfitingAccountsByName(Name), "FindProfitingAccountsByName"));
 }