コード例 #1
0
 public object GetInform(string account)
 {
     return(_approvalManager.GetInform(account));
 }
コード例 #2
0
 public List <Inform> GetInform(string account)
 {
     return(_approvalManager.GetInform(account));
 }