예제 #1
0
 public async Task <Setting> GetSettingAsync()
 {
     return((await _repository.GetAllAsync()).FirstOrDefault());
 }